func runtime.pidleput

6 uses

	runtime (current package)
		proc.go#L3191: 	pidleput(pp, 0)
		proc.go#L3619: 	now = pidleput(pp, now)
		proc.go#L3981: 		pidleput(pp, now)
		proc.go#L3988: 		pidleput(pp, now)
		proc.go#L6240: 		pidleput(pp, now)
		proc.go#L7373: func pidleput(pp *p, now int64) int64 {